home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 376-400 / disk_400 / reqlib / req.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  646b  |  23 lines

  1. /* Prototypes for the req.library for use with Lattice. */
  2.  
  3. #ifndef __NOPROTO
  4. #ifndef __PROTO
  5. #define __PROTO(a) a
  6. #endif
  7. #else
  8. #ifndef __PROTO
  9. #define __PROTO(a) ()
  10. #endif
  11. #endif
  12.  
  13.  
  14. void __stdargs  SimpleRequest __PROTO((char *,...));
  15. int  __stdargs  TwoGadRequest __PROTO((char *,...));
  16. int  __stdargs  FileRequester __PROTO((struct FileRequester *));
  17. void __stdargs  Center __PROTO((struct NewWindow *,int,int));
  18. void __stdargs  PurgeFiles __PROTO((struct FileRequester *));
  19. void __stdargs  ColorRequester __PROTO((long));
  20. int  __stdargs    TextRequest __PROTO((struct TRStructure *));
  21. char __stdargs    RawKeyToAscii __PROTO((short,short,char *));
  22.  
  23.